home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / kirby.swf / scripts / DefineSprite_267 / frame_2 / PlaceObject2_266_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2011-09-24  |  202b  |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(this._currentframe == 1)
  3.    {
  4.       if(this._x < 700)
  5.       {
  6.          this._x += 20;
  7.       }
  8.       else
  9.       {
  10.          this.gotoAndStop(5);
  11.       }
  12.    }
  13. }
  14.